Welcome![Sign In][Sign Up]
Location:
Search - Turbo c 2.0

Search list

[Game Programbar

Description: 使用Turbo C2.0写的俄罗斯方块- Uses Russian block which Turbo C2.0 writes
Platform: | Size: 6144 | Author: 站长 | Hits:

[OtherDosPaint

Description: Dos Paint v1.0 This Project has been developed using Turbo C++. It is a tool to edit images and can be used to store them under the extension .dpt, which is a format of my own. It gives its user 10 different tools to edit and 16 colours.-Dos v1.0 This Project has been developed using Turbo C. It is a tool to edit images and can be used to store them under the extension. Assemblies, which is a format of my own. It gives its user 10 different tools to edit and 16 colors.
Platform: | Size: 11264 | Author: 郑乔鸿 | Hits:

[ADO-ODBC2db2clib

Description: 用C语言处理 DBASEIII 数据库 压缩包中的代码全部由 Turbo C,version 1.0 编写,包含存取 dBASE III 数据库文件的工具,不支持索引,数据无缓冲(TC提供的除外),不支持备注文件......这些代码非常古老,仅作为学习C语言的参考之用。 -Using C language processing DBASEIII compressed package database code all the Turbo C, version 1.0 to prepare, including dBASE III database file to access the tools, do not support indexing, data-free buffer (TC provided the exception), do not support the Notes document .. .... the code is very old, just learning C language as a reference.
Platform: | Size: 26624 | Author: zzg | Hits:

[VC/MFC210

Description: 本实例实现打字训练游戏的设计。用C语言编写的,本打字游戏可以进行英文,其他字符和全部字符的打字训练,每次训练100个字符,并进行打字时间、打字速度、正确率的统计显示,程序欢迎界面为图形模式,打字界面为文本模式,模仿Turbo C2.0程序的界面设计。-This type of training examples to achieve the design of the game. Using C language, this game can be typed in English, other characters and all characters typed training, training of 100 characters each, and the time typing, typing speed and accuracy of the statistics show, the program welcomes the interface for the graphics mode, typing interface for text mode, Turbo C2.0 mimic the interface design process.
Platform: | Size: 94208 | Author: 非诚勿扰 | Hits:

[Parallel PortPARALINK

Description: 公开部分本人早年原创软件(2/16):MS-DOS下的增强型并口(ECP)通讯软件(Microsoft 4位通讯软件Interlnk/Intersvr的8位版)。使用符合IEEE1284标准的增强型并行口(ECP)实现双机高速通讯:文件互传、管理等。用户编程界面基于Borland C++ 3.1/TurboVision 1.0但风格源于Symantec C++。软件支持多种联网电缆硬件。简单的8位并口联网线可以根据软件中的注释自制。有电路的直接联网电缆(DCC,支持Windows9X下的8位并口联网及部分PTI公司的软件)及Windows驱动程序以后会公开其原理图及代码。-Disclosure of some previous software design (2 of 16): Enhanced Capability Parallel Port Communication Software under MS-DOS, an 8-bit version of the 4-bit Interlnk/Intersvr application by Microsoft. This software employs IEEE1284 compliant ECP port to build a high speed communication link between 2 computers. User interface is programmed under Borland C++ 3.1 and Turbo Vision 1.0 but the style is originated from Symantec C++. The software support several versions of parallel communication cables. Simple 8-bit cable connection diagram can be found in the remark of source code. Advanced Direct Cable Connection compliant cable (DCC, contains hardware circuit, works with Windows 9X and some applications from PTI), including its Windows driver will be disclosed at a later time.
Platform: | Size: 1259520 | Author: Lijing Hao | Hits:

[Disk ToolsUSBHDD

Description: 写硬盘0盘面0磁道0扇区的例子(Turbo C)-Write a hard disk 0 track example (Turbo C)
Platform: | Size: 2048 | Author: fan | Hits:

[Data structsData_Structure

Description: 严蔚敏吴伟民数据结构(C语言版)源代码。 本书中每一个程序都在Borland C++ Version3.1和Microsoft VC++6.0下运行通过, BC是指Borland C++ Version3.1调试, TC是指Turbo C2.0下调试, VC是指在VC++6.0下调试。-Yan Wei-Min WU Weimin data structure (C-language version) source code. Each book in the program in Borland C++ Version3.1 and Microsoft VC++6.0 run through, BC is the Borland C++ Version3.1 debugging, TC Turbo C2.0 is to debug, VC is the VC++, 6.0 to debug.
Platform: | Size: 2554880 | Author: Zhao Meng | Hits:

[File Operatecmostofile

Description: /* 读取计算机硬件CMOS信息,保存到文本文件和二进制文件中 */ /* 用 Turbo C2.0 把cmosttxt.c编译成cmosttxt.exe程序,单独执行或经VB、C++、C#程序调用后, 会生成和更新包含本机CMOS信息的文本文件cmostxt.txt和二进制文件cmosdat.dat*/-/* Read CMOS computer hardware information, saved to a text file and binary file*//* compile with Turbo C2.0 to cmosttxt.c into cmosttxt.exe procedures, either separately or by VB, C++, C# program called, will generate and update the information contained in this machine CMOS cmostxt.txt text files and binary files cmosdat.dat* /
Platform: | Size: 8192 | Author: luozizon | Hits:

[matlabDSP_Chuguangshu

Description: 《数字信号处理——理论、算法与实现》胡广书 书配光盘程序 本光盘共包含三个子目录,分别是DSP_FORTRAN, DSP_C和DSP_MATLAB。DSP_FORTRAN和DSP_C各含有约40个信号处理的子程序,概括了书中所涉及到的绝大部分算法。程序分别由FORTRAN语言和C语言编写(MA模型、ARMA模型及最小方差谱估计三个算法只给出了用C语言编写的程序, 没有给出相应的FORTRAN子程序),并在PC机上调试通过。编译环境是FORTRAN77 V5. 10和TURBO C2. 0。DSP_MATLAB含有近100个用MATLAB编写的信号处理程序,它们是本书各个章节的大部分例题,使用的是MATLAB6.1。-" Digital Signal Processing- Theory, Algorithm and Implementation" Hu Guang book written with the CD-ROM CD-ROM program includes three subdirectories, namely DSP_FORTRAN, DSP_C and DSP_MATLAB. DSP_FORTRAN and DSP_C contains about 40 of the signal processing routine, the book summarizes most of the algorithms involved. Program language and C respectively written in FORTRAN (MA models, ARMA model and minimum variance spectrum estimation is given by the three algorithms only programs written in C language, did not give the corresponding FORTRAN subroutines), and in the PC, through debugging . Compilation environment is FORTRAN77 V5. 10 and TURBO C2. 0. DSP_MATLAB contains nearly 100 written using MATLAB signal processing procedures, which are most of the various chapters of the book examples, using MATLAB6.1.
Platform: | Size: 43008 | Author: 郭伟 | Hits:

[SCMnoton

Description: Maxwell Noton书中的程序 originally compiled and linked in Borland Turbo C++, version 3.0-SPACECRAFT NAVIGATION AND GUIDANCE
Platform: | Size: 256000 | Author: 刘星 | Hits:

[Data structsDataStructure

Description: 数据结构源代码(配合严蔚敏、吴伟民所著《数据结构(C语言版)》) BC是指Borland C++ Version3.1调试, TC是指Turbo C2.0下调试, VC是指在VC++6.0下调试。-Data structure source code (with Yan Wei-Min, Wu Weimin book " Data Structures (C-language version)" )
Platform: | Size: 2493440 | Author: Agul | Hits:

[source in ebookC-and-assembly-programming

Description: 文档为单片机C语言和汇编语言编程实例详解的光盘资料。 光盘中包含了本书各章中列出的3种语言(ASM51汇编语言、C51高级语言和Turbo C2.0高级语言)的全部程序。对ASM51汇编语言和C51高级语言来说,还给出了对应的项目工程文件。这样读者只须把自己感兴趣的程序以及对应的项目工程文件拷入电脑,进入集成开发环境,调入工程文件和C51程序(或ASM51汇编语言程序)。如果硬件也一致(若硬件不一致,则须通过修改程序中的有关部分,使之一致),那么就可以直接编译、汇编和链接,进行仿真。-The documentation for the CD-ROM microcontroller C language and assembly language programming example explanation. The CD-ROM contains the languages ​ ​ listed in each chapter of the book (ASM51 assembler language, C51 high-level language, and Turbo C2.0 high-level language) of all procedures. ASM51 assembly language and C51 high-level language, it also gives the corresponding project file. So that the reader need only interested in the program as well as the corresponding project file copyed computer into the integrated development environment, transferred to the project file and C51 program (or ASM51 assembly language program). If the hardware is also consistent (if the hardware is inconsistent, shall modify the program to make it consistent), then you can directly compile, assemble and link simulation.
Platform: | Size: 320512 | Author: 高凡林 | Hits:

[Othercp

Description: C语言程序设计课设作业 开发环境Turbo C 简单机票管理系统 可以添加删除信息,带错误检测,不能保存文件 菜单 puts("=== === ====.Menu.=== === ====") puts("1.Add one record") puts("2.List All records") puts("3.Modify one record by SN") puts("4.Delete one record by SN") puts("5.Display one record by SN") puts("6.Unsubscribe records by custom name or ID") puts("7.Searh records by custom name or ID") puts("8.Generate test data") puts("0.Exit") puts("Your choice(0-8):") -c programming course design IDE:Turbo C sinple flight ticket managerment function:add,delete records,search records,check inputs,can t save to file puts("================.Menu.================") puts("1.Add one record") puts("2.List All records") puts("3.Modify one record by SN") puts("4.Delete one record by SN") puts("5.Display one record by SN") puts("6.Unsubscribe records by custom name or ID") puts("7.Searh records by custom name or ID") puts("8.Generate test data") puts("0.Exit") puts("Your choice(0-8):")
Platform: | Size: 4096 | Author: caoxiansheng | Hits:

[Other Riddle gamesbrainvita

Description: brainvita is a game of marbles,it is developed in turbo c++ 3.0 under DOS.BGI graphics used.
Platform: | Size: 4096 | Author: dnad | Hits:

[DocumentsZXG

Description: 一个对有噪声的音频信号进行自相关滤波的c程序,用的turbo c 3.0工具-One pair of noisy audio signal autocorrelation filtering c program using turbo c 3.0 Tools
Platform: | Size: 5120 | Author: underbayan | Hits:

[assembly languagebezier

Description: 这是计算机图形学中的Bezier曲线绘制程序,基于Turbo C2.0 。-This is a program to draw a Bezier line based on Turbo C,which is very important in Computer Graphics.
Platform: | Size: 1024 | Author: 林凌 | Hits:

[source in ebookColumn

Description: 本程序将生成柱形图,可以通过按键更改柱形图的前景色,背景色,放大,缩小。 您可以通过该程序了解到如何利用C语言在DOS模式下进行绘图。 请使用Turbo 2.0调试该程序。-Draw Column by c with Turboc 2.0
Platform: | Size: 1024 | Author: 1670489116 | Hits:

[SCMPLAN2408-2006-03-31

Description: 电子词典源码,开发环境为TURBO C++ 3.0-Electronic Dictionary Source
Platform: | Size: 28839936 | Author: wangjingyi | Hits:

[SCMElectronic-dictionary-source-

Description: 电子词典源码,开发平台为TURBO C++ 3.0-Electronic dictionary source development platform for TURBO C++ 3.0
Platform: | Size: 27717632 | Author: wangjingyi | Hits:

[Game ProgramMINE_TC3

Description: 用Turbo C++ 3.0开发的模拟Windows扫雷的游戏,支持键盘和鼠标两种控制方式,支持鼠标右键,支持双键功能。-Turbo C 3.0 with the development of the mine-simulation game for Windows, support both keyboard and mouse control and support with the right mouse button, double bond support functions.
Platform: | Size: 6144 | Author: tbedsth | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 13 14 »

CodeBus www.codebus.net